Param5Desc{The Y co-ordinate of the bottom-right point of the rectangle.}CommandName{drawRect}HelpPath{Special}ReturnValue{}OpenBrace{ }Parameters{handle gadget, int left, int top, int right, int bottom}CloseBrace{}Description{Draws a rectangle on a canvas gadget using the current drawing colour for the gadget.}ReturnDescription{}Param1{gadget}Param1Desc{Handle to a canvas gadget}Param2{left}Param2Desc{The X co-ordinate of the top-left of the rectangle}Param3{top}Param3Desc{The Y co-ordinate of the top-left of the rectangle}Param4{right}Param4Desc{The X co-ordinate of the bottom-right point of the rectangle}Param5{bottom}